Get the cross-tenant database switching list for a primary database
{ getXtenderDatabases }
Gets a list of "Xtender" switchable databases per tenant for a primary target database.
Method
/API3/dataSources/getXtenderDatabases
- Enterprise Admin
Input Parameters
Name
databaseId
Type
string
Description
The internal database id to fetch
Output Response
Successful Result Code
200
Response Type
Description of Response Type
An object representing the Xtender settings on the primary database
Notes
This mechanism only operates when multi-tenancy and cross-tenancy are enabled. It also needs to have been enabled for the relevant data source.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP